These tutorials show using more specific functions in TreeGrid.
They show using advanced editing functions, cell spanning, user rows, advanced header, paging and dragging.
Every example can be used on single page with this structure:
<html>
<head>
<script src="../Grid/GridE.js"> </script>
</head>
<body>
<div style="width:100%;height:100%;">
<treegrid Data_Url="EditingX ... .xml"> </treegrid>
</div>
</body>
</html>
If you modify in input data some attributes saved to cookies, increase <Cfg> attribute Version to suppress old configuration.
|